Active Query Builder 2 .NET Edition reference
FindIndices<T>(AstToken,MetadataType) Method



Returns the list of indexes of metadata items of the specified types that match the name defined by AST token identifier.
Syntax
'Declaration
 
Public Overloads Function FindIndices(Of T As MetadataItem)( _
   ByVal name As AstToken, _
   ByVal types As MetadataType _
) As System.Collections.Generic.IList(Of Integer)
'Usage
 
Dim instance As MetadataList
Dim name As AstToken
Dim types As MetadataType
Dim value As System.Collections.Generic.IList(Of Integer)
 
value = instance.FindIndices(Of T)(name, types)
public System.Collections.Generic.IList<int> FindIndices<T>( 
   AstToken name,
   MetadataType types
)
where T: MetadataItem
public: System.Collections.Generic.IList<int>* FindIndices<T>( 
   AstToken* name,
   MetadataType types
) 
where T: MetadataItem

Parameters

name
types

Type Parameters

T
See Also

Reference

MetadataList Class
MetadataList Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback